home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 124 / pcfcd124-a.iso / PCF Shareware.dxr / 00041_handheld.ls < prev    next >
Encoding:
Text File  |  2001-05-22  |  235 b   |  14 lines

  1. on mouseEnter me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(0)
  7. end
  8.  
  9. on mouseUp
  10.   gHandsOut()
  11.   open(the moviePath & "Handheld\Handheld.txt", "C:\WINDOWS\Notepad.exe")
  12.   open(the moviePath & "Handheld", "C:\WINDOWS\Explorer.exe")
  13. end
  14.